home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000824-20010305 / 000142_news@columbia.edu _Thu Dec 21 09:12:21 2000.msg < prev    next >
Internet Message Format  |  2001-03-05  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id JAA02414
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 21 Dec 2000 09:12:20 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA17418
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 21 Dec 2000 09:12:20 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA19624
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 21 Dec 2000 09:12:26 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: re "log debug" ==> 50mb!  How to get it to you?
  14. Date: 21 Dec 2000 14:12:24 GMT
  15. Organization: Columbia University
  16. Message-ID: <91t348$j56$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <91scct$rj$1@panix2.panix.com>,
  20. David Combs <dkcombs@panix.com> wrote:
  21. : Frank, you asked me to run a failing kermit download
  22. : via 'log debug' and 'log packets'.
  23. : Last night it came to 50mb (on a download that worked).
  24. : Just how am I supposed to get this 50mb file to you?
  25. Why send a debug log if the transfer worked?
  26.  
  27. : Would be neat if you had some filter program, maybe
  28. : in perl, that would scan through that humongous file,
  29. : and outuput only the parts that show packet errors,
  30. : etc.
  31. There's always grep.  And you can use it, or any other
  32. standard i/o filter of your choice up front in the first
  33. place, to keep the file's size more manageable:
  34.  
  35.   http://www.columbia.edu/kermit/ckermit2.html#x1.12
  36.  
  37. : I sent mail yesterday saying everything seemed
  38. : to wort ok ---well, not so.  On some files,
  39. : yes, on other ones, no.
  40. Is it predictable?  Is there a pattern?  Do the files have
  41. any characteristics that correlate with success and failure?
  42. Compressed / binary / text / etc?
  43.  
  44. - Frank